Edit Resource: IsCapacityApplicable
Description
The IsCapacityApplicable attribute under EditResource defines whether the given resource has a capacity.
Parameters
Parameter | Description |
---|---|
IsCapacityApplicable | Boolean value. Options are either "TRUE" or "FALSE" |
Examples
The resource FUSE does not have a capacity.
PATCH api/resource/FUSE
Body:
{
"IsCapacityApplicable" : "FALSE"
}